From 4e556696cd5fc9970bb0c9ba2d35cb37e0709ada Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 31 Aug 2022 03:54:45 +0100 Subject: [PATCH] Eliminate libabsl_flags.so and libabsl_flags.a Forwarded: not-needed The libabsl_flags library only contains code when compiling with MSVC, which Debian doesn't use. Skip compiling absl/flags/flag.cc, and make the Abseil flags library header-only. Gbp-Pq: Name empty-flags-library.diff --- absl/flags/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/absl/flags/CMakeLists.txt b/absl/flags/CMakeLists.txt index 3e9d5ad..cb59d24 100644 --- a/absl/flags/CMakeLists.txt +++ b/absl/flags/CMakeLists.txt @@ -199,8 +199,6 @@ absl_cc_library( absl_cc_library( NAME flags - SRCS - "flag.cc" HDRS "declare.h" "flag.h" -- 2.30.2